Added api to reset the im context in GtkTextView and GtkEntry
authorJavier Jardón <jjardon@gnome.org>
Tue, 4 May 2010 23:16:55 +0000 (01:16 +0200)
committerJavier Jardón <jjardon@gnome.org>
Wed, 5 May 2010 01:14:28 +0000 (03:14 +0200)
commit7692a427a6d27f438e18dc3555a91eef2f4205ff
tree14bf21d5e24876f352c73a1bc04f110e3ebf45ce
parent8a4528eb2a04d9249c01375a8b31c12cd9be16f8
Added api to reset the im context in GtkTextView and GtkEntry

Also, added api to allow an input method to internally handle
key press and release events in the GtkTextView and GtkEntry
cases.
This is simply a wrapper to the gtk_im_context_filter_keypress()
function, but It's added to not access the ->im_context
directly.
Based on a Christian Dywan patch

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=163251
docs/reference/gtk/gtk-sections.txt
gtk/gtk.symbols
gtk/gtkentry.c
gtk/gtkentry.h
gtk/gtktextview.c
gtk/gtktextview.h